﻿@charset "utf-8";

#footer {
	text-align:center;
}
.fullSlide {
	width:1200px;
	position:relative;
	height:299px;
	background:#a3a7ab;
	margin:0 auto;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:299px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:443px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:42px;
	height:5px;
	margin:1px;
	overflow:hidden;
	background:#a3a7ab;
	filter:alpha(opacity=80);
	opacity:0.8;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#054892;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
}



#cont{
            position: relative;
            width: 275px;
            height: 195px;
			margin:0px auto 0 auto;
        }
        .imm a{position: absolute;border:none;float:left;top:0;left:0;}
        .btn ul {
            position: absolute;
            z-index: 10000;
            bottom: 10px;
            right: 20px;

        }
        .btn ul li{
            width: 10px;
            height: 10px;
            background-color: #cccccc;
            border-radius: 50%;
            list-style: none;
            float: left;
            margin: 0 5px;
            text-align: center;
            color: white;
            line-height: 20px;
            cursor: pointer;
			font-size:0px;
        }
        .btn ul li.on{
            background-color: aquamarine;
        }
        .diin{
            width: 100%;
            height: 30px;
            background-color: black;
            opacity: 0.5;
            position: absolute;
            bottom: 0;
            color: white;
            z-index: 10000;
        }
        #jiao{
            display: none;
        }
       #left{
           width: 35px;
           height: 50px;
           background-color: #555555;
           opacity: 0.6;
           z-index: 9999;
           display: block;
           position: absolute;
           top: 100px;
           left: 0px;
           color: white;
           font-size: 20px;
           line-height: 50px;
           text-align: center;
           text-decoration: none;


       }
        #right{
            width: 35px;
            height: 50px;
            background-color: #555555;
            opacity: 0.6;
            z-index: 9999;
            display: block;
            position: absolute;
            top: 100px;
            right: 0px;
            color: white;
            font-size: 20px;
            line-height: 50px;
            text-align: center;
            text-decoration: none;

        }

